home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TDRIVEINFODIALOG / TDRIVEINFODIALOG.txt
Text File  |  2002-06-30  |  2KB  |  136 lines

  1. object DriveInfoDialog: TDriveInfoDialog
  2.   Tag = 460
  3.   Left = 291
  4.   Top = 191
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Drive Info'
  8.   ClientHeight = 214
  9.   ClientWidth = 337
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 321
  24.     Height = 161
  25.     Shape = bsFrame
  26.   end
  27.   object LabelCyl: TLabel
  28.     Tag = 462
  29.     Left = 16
  30.     Top = 48
  31.     Width = 86
  32.     Height = 13
  33.     Caption = 'Physical cylinders:'
  34.   end
  35.   object LabelHeads: TLabel
  36.     Tag = 463
  37.     Left = 16
  38.     Top = 68
  39.     Width = 74
  40.     Height = 13
  41.     Caption = 'Physical heads:'
  42.   end
  43.   object LabelSecPerTrk: TLabel
  44.     Tag = 464
  45.     Left = 16
  46.     Top = 88
  47.     Width = 124
  48.     Height = 13
  49.     Caption = 'Physical sectors per track:'
  50.   end
  51.   object LabelSectors: TLabel
  52.     Tag = 465
  53.     Left = 16
  54.     Top = 108
  55.     Width = 79
  56.     Height = 13
  57.     Caption = 'Physical sectors:'
  58.   end
  59.   object LabelBytesPerSec: TLabel
  60.     Tag = 466
  61.     Left = 16
  62.     Top = 128
  63.     Width = 81
  64.     Height = 13
  65.     Caption = 'Bytes in a sector:'
  66.   end
  67.   object Label1: TLabel
  68.     Tag = 461
  69.     Left = 16
  70.     Top = 20
  71.     Width = 28
  72.     Height = 13
  73.     Caption = 'Drive:'
  74.   end
  75.   object OKBtn: TButton
  76.     Tag = 467
  77.     Left = 131
  78.     Top = 180
  79.     Width = 75
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'OK'
  83.     Default = True
  84.     ModalResult = 1
  85.     TabOrder = 0
  86.   end
  87.   object EditCyl: TEdit
  88.     Left = 164
  89.     Top = 44
  90.     Width = 158
  91.     Height = 21
  92.     ReadOnly = True
  93.     TabOrder = 1
  94.   end
  95.   object EditHeads: TEdit
  96.     Left = 164
  97.     Top = 64
  98.     Width = 158
  99.     Height = 21
  100.     ReadOnly = True
  101.     TabOrder = 2
  102.   end
  103.   object EditSectors: TEdit
  104.     Left = 164
  105.     Top = 105
  106.     Width = 158
  107.     Height = 21
  108.     ReadOnly = True
  109.     TabOrder = 3
  110.   end
  111.   object EditBytesPerSec: TEdit
  112.     Left = 164
  113.     Top = 124
  114.     Width = 158
  115.     Height = 21
  116.     ReadOnly = True
  117.     TabOrder = 4
  118.   end
  119.   object EditSecPerTrk: TEdit
  120.     Left = 164
  121.     Top = 84
  122.     Width = 158
  123.     Height = 21
  124.     ReadOnly = True
  125.     TabOrder = 5
  126.   end
  127.   object EditName: TEdit
  128.     Left = 164
  129.     Top = 16
  130.     Width = 158
  131.     Height = 21
  132.     ReadOnly = True
  133.     TabOrder = 6
  134.   end
  135. end
  136.